Результаты поиска
Найдено результатов: 1
дураки
Моя проблема в том что вы все ссссссумки
1.1.1.1.1. #include #include using namespace std; typedef vector lll; lll readlong(){ lll a; string s; cin>>s; for(int i=s.size()-1; i>=0; --i) a.push_back(s[i]-'0'); return a;} void writelong(lll a){ for(int i=a.size()-1; i>=0; --i)cout<
lll b){ if(a.size()>b.size())return true; if(a.size()=0; --i){ if(a[i]>b[i])return true; if(a[i]
lll b){ if(a.size()>b.size())return true; if(a.size()=0; --i){ if(a[i]>b[i])return true; if(a[i]
lll b){ if(a==b)return true; else return false;} */ int main(){ lll a
b
c; a=readlong (); b=readlong (); c=readlong (); if(GTlong(b
a))swap(a
b); if(GTlong(c
a))swap(a
c); writelong(a); return 0;}
646   0   07:15, 27th December, 2021
646   0   07:15, 27th December, 2021